@media only screen and (min-width:480px){
	html{
		font-size:48px!important;
	}
	.page-wrap{
		margin:0 auto;
		width: 480px!important;
	}
	.common-head-nav,.panel,.common-foot-nav,.foot-nav,.write-box,.clearfix_title,.mw_logo,.top_head{
		left:50%!important;
		margin-left:-240px;
		width:480px!important;
	}
}
html,body{background:#efeff4;}
.page-wrap{
	position: relative;
	margin:0 auto;
	background:#efeff4;
}
.container{
	/* margin-bottom:0.2666666666666667rem; */
	background:#fff;
}
.no-margin{
	margin:0;
}
/* toast */
.toast{
	display: none;
	position: fixed;
  	top: 30%;
 	left: 50%;
	margin-left: -30%;
  	padding:8px 10px;
  	width:60%;
  	font-size: 14px;
  	line-height:18px;
  	color: #fff;
  	text-align: center;
  	background: rgba(34, 34, 34, .7);
  	border-top-left-radius: 0.2133333333333333rem;
    border-top-right-radius: 0.2133333333333333rem;
    border-bottom-right-radius: 0.2133333333333333rem;
    border-bottom-left-radius: 0.21333333333333335rem;
    -webkit-border-radius:0.2133333333333333rem;
  	border-radius:0.2133333333333333rem;
  	z-index: 110000;
  	opacity:0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.modal-in {
  opacity: 1;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.modal-out {
  opacity: 0;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(.815);
          transform: translate3d(0, 0, 0) scale(.815);
}
.mb{margin-bottom:0.2666666666666667rem;}
.padding-b-50{padding-bottom:50px;}
/* foot */
.common-foot-nav{
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #f9f9f9;
    z-index: 999;
}
.common-foot-nav a{
	padding:6px 0;
	float: left;
	width:25%;
	height: 50px;
	font-size:12px;
	color:#666;
	letter-spacing:0px;
	text-align:center;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.common-foot-nav a.active{
	color:#539df0;
}
.common-foot-nav .common-icon-box{
	margin:0 auto 5px;
	width:20px;
	height:20px;
	overflow:hidden;
}
.icon-index{
	background:url(../images/footicon_01@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
.active .icon-index{
	background:url(../images/footicon_active_01@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.icon-index{
		background:url(../images/footicon_01@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-index{
		background:url(../images/footicon_active_01@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.icon-index{
		background:url(../images/footicon_01@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-index{
		background:url(../images/footicon_active_01@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
.icon-find{
	background:url(../images/footicon_02@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
.active .icon-find{
	background:url(../images/footicon_active_02@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.icon-find{
		background:url(../images/footicon_02@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-find{
		background:url(../images/footicon_active_02@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.icon-find{
		background:url(../images/footicon_02@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-find{
		background:url(../images/footicon_active_02@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
.icon-concern{
	background:url(../images/footicon_03@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
.active .icon-concern{
	background:url(../images/footicon_active_03@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.icon-concern{
		background:url(../images/footicon_03@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-concern{
		background:url(../images/footicon_active_03@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.icon-concern{
		background:url(../images/footicon_03@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-concern{
		background:url(../images/footicon_active_03@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
.icon-collect{
	background:url(../images/footicon_04@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
.active .icon-collect{
	background:url(../images/footicon_active_04@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.icon-collect{
		background:url(../images/footicon_04@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-collect{
		background:url(../images/footicon_active_04@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.icon-collect{
		background:url(../images/footicon_04@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-collect{
		background:url(../images/footicon_active_04@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
.icon-login{
	background:url(../images/footicon_05@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
.active .icon-login{
	background:url(../images/footicon_active_05@1x.png) center center no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.icon-login{
		background:url(../images/footicon_05@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-login{
		background:url(../images/footicon_active_05@2x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.icon-login{
		background:url(../images/footicon_05@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
	.active .icon-login{
		background:url(../images/footicon_active_05@3x.png) center center no-repeat;
		-webkit-background-size:100%;
		background-size:100%;
	}
}
/* loading */
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.preloader-box{
	padding: 10px 15px;
    text-align: center;
}
.preloader-box .preloader-text{
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:center;
	vertical-align: middle;
}
.preloader-box .preloader {
    display: inline-block;
    margin-right:5px;
    width:15px;
    height:15px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
    vertical-align: middle;
}
.preloader-box .preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/loading.png);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* index page */
.tofu-box{
	position: relative;
	/***padding:0.2666666666666667rem 0 0 0.2666666666666667rem;**/
	padding: 40px 0px 0px 0px;
}
.tofu-inner-box:after{
  	position: absolute;
  	top: auto;
  	right: 0;
  	bottom: 0;
 	left: 0;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.tofu-inner-box:after {
    	-webkit-transform: scaleY(.5);
        	-ms-transform: scaleY(.5);
         	 -o-transform: scaleY(.5);
           	    transform: scaleY(.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.tofu-inner-box:after {
    	-webkit-transform: scaleY(.33);
       	    -ms-transform: scaleY(.33);
             -o-transform: scaleY(.33);
                transform: scaleY(.33);
  }
}
.tofu-box a{
	position:relative;
	float:left;
	margin:0 0.24rem 0.2666666666666667rem 0;
	width:4.613333333333333rem;
	height:2.133333333333333rem;
	border-radius:.1066666666666667rem;
	overflow: hidden;
}
.tofu-box a img{
	width:100%;
	height:100%;
}
.tofu-box .banner-txt-wrap{
	position: absolute;
	top:.4rem;
	bottom:0.4rem;
	left:0.25rem;
	right:0.25rem;
	padding:0.2rem .2rem;
	background:rgba(0,0,0,.7);
}
.tofu-box .banner-txt-wrap .txt-wrap{
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
	color:#fff;
	overflow: hidden;
}
.tofu-box .banner-txt-wrap .table{
	display: table;
	width:100%;
	height:100%;
}
.tofu-box .banner-txt-wrap .table-cell{
	display: table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
}
.tofu-box .banner-txt-wrap .table-cell p{
	height:.8rem;
	line-height: .42rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-nav{
	margin-left:-0.4%;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.top-nav .top-nav-item{
	/* padding:10px 0; */
	display:inline-block;
	/* margin-left:2.6%; */
	margin-left:4%;
	width:8%;
	text-align: center;
}

.top-nav .top-nav-item a{
	display: block;
	color: #999;
}
.nav_a{
	color: #333!important;
}
.top-nav .top-nav-item-pic{
	position: relative;
	display: block;
	margin:0 auto;
	width:44px;
	height:44px;
	border-radius: 13px;
}
.top-nav .top-nav-item img{
	/* width:100%;
	height:100%;
	overflow:hidden;
	vertical-align: top; */
	vertical-align: super;
	width: 16px;
}
.top-nav .top-nav-item span{
	display: block;
	margin:6px auto 0;
	line-height:11px;
	font-size:14px;
	color:#999;
	letter-spacing: 0.32px;
}
.top-nav .hot{
	position: absolute;
	right:-7px;
	top:7px;
	width:17px;
	height:8px;
	background:url(../images/hoticon@3x.png) no-repeat center center;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-ms-background-size:100% 100%;
	background-size:100% 100%;
}
/* header */
.header{
	position: relative;
	padding:0 15px 0 24px;
	height:32px;
	line-height:32px;
	font-size:12px;
	background:#fff url(../images/titicon@1x.png) 15px center no-repeat;
	-webkit-background-size:4px 16px;
	background-size:4px 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.header{
    	background:#fff url(../images/titicon@2x.png) 15px center no-repeat;
		-webkit-background-size:4px 16px;
		background-size:4px 16px;
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.header{
    	background:#fff url(../images/titicon@3x.png) 15px center no-repeat;
		-webkit-background-size:4px 16px;
		background-size:4px 16px;
  	}
}
.header:after {
  	position: absolute;
  	top: auto;
  	right: 0;
  	bottom: 0;
 	left: 0;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header:after {
    -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
         -o-transform: scaleY(.5);
            transform: scaleY(.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .header:after {
    -webkit-transform: scaleY(.33);
        -ms-transform: scaleY(.33);
         -o-transform: scaleY(.33);
            transform: scaleY(.33);
  }
}
.header .header-name,
.header .header-more{
	display: block;
	color:#666;
	letter-spacing: 0;
}
.header .header-name{
	overflow:hidden;
}
.header .header-more{
	padding-right:21px;
	background:url(../images/moreicon@1x.png) right center no-repeat;
	-webkit-background-size:16px 16px;
	background-size:16px 16px;
	cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.header .header-more{
		background:url(../images/moreicon@2x.png) right center no-repeat;
		-webkit-background-size:16px 16px;
		background-size:16px 16px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.header .header-more{
		background:url(../images/moreicon@3x.png) right center no-repeat;
		-webkit-background-size:16px 16px;
		background-size:16px 16px;
	}
}
/* list */
.list-content{position: relative;}
.list-content:after{
  	position: absolute;
  	top:auto;
  	right: 0;
  	bottom:0;
 	left:0;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.list-content:after{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.list-content:after{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
  	}
}
.list-item{
	position:relative;
}
.list-item-inner{
	position:relative;
	padding:0.4rem 0.5333333333333333rem;
}
.list-item+.list-item:before{
  	position: absolute;
  	top:0;
  	right: 0px;
  	bottom: auto;
 	left: 20px;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.list-item+.list-item:before{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.list-item+.list-item:before{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
  	}
}
.list-area{
	display: block;
	position: relative;
	padding-left:0px;
	/* padding-left:110px; */
	height:70px;
}
.list-item .list-item-pic{
	position: absolute;
	left:0;
	top:0;
	width:97px;
	height:70px;
	overflow: hidden;
}
.list-item .list-item-pic img{
	width:100%;
	height:100%;
}
.list-item .list-item-tit{
	line-height: 20px;
	font-size:15px;
	color:#333333;
	letter-spacing:0px;
	text-align:left;
	word-break: break-all;
}
.list-item .list-item-desc{
	margin-top:0px;
	line-height:18px;
	font-size:12px;
	color:#999999;
	letter-spacing:0.1px;
	text-align:left;
	width:100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
	/***
	word-break: break-all;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;**/
}
.list-item .list-item-people-num,
.cont-item .list-item-people-num,
.column-item .list-item-people-num,
.whistle-box .list-item-people-num{
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 17px;
	height: 10px;
	line-height: 10px;
	font-size: 9px;
	color: #ccc;
	letter-spacing: 0px;
	text-align: left;
	overflow: hidden;

}
.list-item .list-item-people-num img,
.cont-item .list-item-people-num img,
.column-item .list-item-people-num img,
.whistle-box .list-item-people-num img{
	position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    vertical-align:middle;
}
/* slides */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
} 
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {-ms-touch-action: pan-y;}
.swiper-wp8-vertical {-ms-touch-action: pan-x;}
.swiper-pagination{
  	position: absolute;
  	width: 100%;
  	text-align: right;
  	z-index: 20;
}
.swiper-pagination-switch {
	display: inline-block;
	margin: 0 2px;
	width: 4px;
    height: 4px;
    /**border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;**/
    background: #999999;
}
.swiper-active-switch {
	opacity: 1;
	background:#fff;	
}
.main-slide-wrapper{
	/**padding-top:0.2666666666666667rem;**/
    overflow: hidden;
}
.main-slide-wrapper .swiper-wrapper{
	height:auto!important;
}
.main-slide-wrapper .swiper-slide{
	font-size:0;
	/* padding:0 0.2666666666666667rem; */
	height:auto!important;
	box-sizing: border-box;
}
.main-slide-wrapper .swiper-slide a{
	float:left;
	/* width:2.933333333333333rem; */
	height: 170px;
	overflow:hidden;
	position:relative;
}
.main-slide-wrapper .swiper-slide a+a{
	margin-left:0.33rem;
}
.main-slide-wrapper .swiper-slide img{
	/* width:2.933333333333333rem; */
	width:100%;
	/* height:4.933333333333333rem; */
	/* border-radius:5px; */
}
.main-slide-wrapper .swiper-pagination {
    bottom: 4px;
    right: 20px;
}
.main-slide-wrapper .swiper-slide p{
	padding:10px 20px;	
	height:54px;
	line-height: 16px;
	font-size:16px;	
	letter-spacing:0px;	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;	
}
/* cont item */
.cont-item{position: relative;}
.cont-item+.cont-item:before{
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: auto;
 	left: 0;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.cont-item+.cont-item:before{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
	.cont-item+.cont-item:before{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
  	}
}
.cont-item .cont-head{
	position:relative;
	padding:0.32rem 2.32rem 0.32rem 0.5333333333333333rem;
}
.cont-item .cont-head:after{
	position: absolute;
  	top: auto;
  	right: 0;
  	bottom: 0;
 	left: 0;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.cont-item .cont-head:after{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
	.cont-item .cont-head:after{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
  	}
}
.cont-item .user-info{
	position: relative;
	padding-left:41px;
	height:36px;
}
.cont-item .user-photo{
	position: absolute;
	top:0;
	left:0;
	width:36px;
	height:36px;
	border-radius:50%;
}
.cont-item .user-name{
	position: relative;
	top:-0.05rem;
	font-size:14px;
	letter-spacing: 0;
	color:#bfc3c7;
}
.cont-item .user-name span{
	margin-right:0.1333333333333333rem;
	color:#539df0;
}
.cont-item .user-time{
	margin-top:1px;
	font-family:SFNSText,"Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
.concern-btn,
.cancel-btn{
	display: block;
	position: absolute;
	right:0;
	top:0;
	width:55px;
	height:30px;
	background:url(../images/concernicon@1x.png) center no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10;
}
.cancel-btn{
	background:url(../images/active-concernicon@1x.png) center no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.concern-btn{
	    background:url(../images/concernicon@2x.png) center no-repeat;
		-webkit-background-size:100% 100%;
		background-size:100% 100%;
  	}
  	.cancel-btn{
		background:url(../images/active-concernicon@2x.png) center no-repeat;
		-webkit-background-size:100% 100%;
		background-size:100% 100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
	.concern-btn{
	    background:url(../images/concernicon@3x.png) center no-repeat;
		-webkit-background-size:100% 100%;
		background-size:100% 100%;
  	}
  	.cancel-btn{
		background:url(../images/active-concernicon@3x.png) center no-repeat;
		-webkit-background-size:100% 100%;
		background-size:100% 100%;
	}
}
.cont-item .concern-btn{
	right:0.4266666666666667rem;
	top:50%;
	margin-top:-15px;
	z-index:10;
	cursor: pointer;
}
.cont-content{
	display: block;
	padding:0.4rem 0.5333333333333333rem;
}
.article-tit{
	margin-bottom:13px;
	line-height:20px;
	font-size:14px;
	color:#222;
	letter-spacing: 0;
	text-align: left;
    word-break: break-all;
}
.article-cont{
	position: relative;
	padding-left:90px;
	height:84px;
	box-sizing: border-box;
}
.article-desc{
	position:relative;
	padding-bottom:28px;
	width:100%;
	height:88px;
}
.article-desc p{
	line-height: 21px;
	font-size:13px;
	color:#999;
	letter-spacing: 0.3px;
	text-align: left;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.article-pic{
	position:absolute;
	left:0;
	bottom:0;
	width:80px;
	height:80px;
	overflow:hidden;
}
.article-pic img{
	width:100%;
	height:100%;
}
.article-overview{
	position:absolute;
	bottom:0;
	width:100%;
	height:16px;
	line-height:16px;
	color:#ccc;
	font-size:12px;
	letter-spacing: 0;
	text-align:left;
	vertical-align: middle;
}
.article-overview img{
	position: absolute;
	left:0;
}
.article-overview span{
	position: relative;
	float: left;
	display: block;
}
.article-overview span+span{margin-left:20px;}
.arti-ans{padding-left:17px;}
.arti-ans img{
	position: absolute;
	top:1.5px;
	left:0;
	width:13px;
	vertical-align: middle;
}
.arti-like{padding-left:17px;}
.arti-like img{
	position: absolute;
	top:2px;
	left:0;
	width:14px;
	vertical-align: middle;
}
.arti-view{padding-left:19px;}
.arti-view img{
	position: absolute;
	top:1.5px;
	left:0;
	width:16px;
	vertical-align: middle;
}
@media only screen and (min-width:350px){
	.article-overview span+span{margin-left:25px;}
}
/* main item */
.main-item{
	position:relative;
	padding:0.4rem 0.5333333333333333rem;
}	
.main-item+.main-item:before{
  	position: absolute;
  	top:0;
  	right: 0;
  	bottom: auto;
 	left: 0.5333333333333333rem;
  	z-index: 15;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.main-item+.main-item:before{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.main-item+.main-item:before{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
.main-item .main-top{
	position: relative;
	height:25px;
}
.main-item .main-tit{
	margin-right:67.5px;
	line-height:18.75px;
	font-size:13px;
	color:#222;
	letter-spacing:0px;
	text-align:left;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
}
.main-area{
	position: relative;
	margin-top:5px;
	padding-left:90px;
	/*height:105px;*/
	height:80px;
}
.main-area-pic{
	position:absolute;
	top:0;
	left:0;
	/*width:70px;
	height:105px;*/
	width:80px;
	height:80px;
	border-radius:3px;
}
.main-area-desc{
	margin-top:10px;
	line-height:20px;
	font-size:12px;
	color:#999;
	letter-spacing:0;
	text-align:left;
	word-break: break-all;
}
.main-area-desc.ellipsis{
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.people-num{
	padding-left: 13px;
	position: absolute;
	right:0;
	bottom:-4.5px;
	height:10px;
	line-height:12px;
	font-size:9px;
	color:#bfc3c7;
	letter-spacing:0px;
	text-align:left;
}
.people-num img{
	position: absolute;
	top:0;
	left:0;
	width:9px;
	height:10px;
	vertical-align: middle;
}
/* column item */
.column-item{
	position: relative;
}
.column-item+.column-item:before{
  	position: absolute;
  	top:0;
  	right: 0;
  	bottom: auto;
 	left: 0.5333333333333333rem;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.column-item+.column-item:before{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.column-item+.column-item:before{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
.column-item .column-item-inner{
	position: relative;
	padding:0.4rem 0.4rem 0.4rem 0.5333333333333333rem;
}
.column-item .column-item-pic{
	position: absolute;
	top:0.4rem;
	left:0.5333333333333333rem;
	width:80px;
	height:80px;
	overflow:hidden;
}
.column-item .column-item-pic img{
	width:100%;
	height:100%;
}
.column-item .column-item-cont{
	position: relative;
	height:80px;
	padding-left:95px;
}
.column-item .column-item-cont .tit{
	line-height:22px;
	font-size:15px;
	color:#222;
	letter-spacing:0px;
	text-align:left;
	word-break: break-all;
}
.column-item .column-item-cont .desc{
	line-height:20px;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
	word-break: break-all;
}
.column-item .column-arti-overflow{
	position: absolute;
	bottom:0;
	left:95px;
	height:12px;
	line-height:12px;
	font-size:0;
	color:#bfc3c7;
	letter-spacing:0px;
	text-align:left;
}
.column-item .column-arti-overflow span{
	display: inline-block;
	position: relative;
	font-size:10px;
}
.column-item .dot strong{
	margin-left:1px;
}
.column-item .dot+.dot{
	margin-left:12px;
}
.column-item .dot+.dot:before{
	position: absolute;
	content: "·";
	top:0;
	left:-9px;
	
}
.column-item .date{
	margin-left:17px;
}
.column-item .whistle-box .whistle-cont{
	padding:0.4rem 0.4rem 0.4rem 0.5333333333333333rem;
}
/* find page */
.tab-box{
	width:100%;
	height:38px;
	background:#fff;
	box-shadow:0px 0px 0px 0px #e4e4e4, inset 0px 0px 0px 0px #e4e4e4;
	border-bottom:solid transparent 1px;
}
.tab-box a{
	margin-bottom: -1px;
	float: left;
	width:25%;
	height:38px;
	line-height: 38px;
	font-size:12px;
	color:#666;
	letter-spacing:0;
	text-align:center;
	border-bottom:solid transparent 2px;
	cursor: pointer;
	box-sizing: border-box;
}
.tab-box a.active{
	font-size:14px;
	color:#539df0;
	letter-spacing:0.38px;
	border-color:#539df0;
}
.empty-box{
	padding:0.5333333333333333rem;
	text-align: center;
}
.empty-box img{
	margin-bottom:16px;
	width:64px;
	height:64px;
	border-radius:50%;
}
.empty-box p{
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	line-height:20px;
	text-align:center;
}
.tab{display: none;}
.tabs .active{
	display:block;
}
/* list page */
.theme-info{
	padding:0.4rem 0.5333333333333333rem;
	background:#f5d574;
}
.theme-info-inner{
	position: relative;
	padding-left:90px;
	height:105px;
}
.theme-info img{
	position: absolute;
	left:0;
	top:0;
	width:70px;
	height:105px;
}
.theme-info .theme-info-desc{
	padding-top:22px;
}
.theme-info .theme-info-desc h2{
	margin-bottom:3px;
	font-size:15px;
	color:#222;
	letter-spacing:-0.24px;
	text-align:left;
}
.theme-info .theme-info-desc p{
	line-height:20px;
	font-size:12px;
	color:#222;
	letter-spacing:1px;
	text-align:left;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.overview{
	padding:0.32rem 0;
	background:#fff;
	border-bottom:solid #f1f1f1 1px;
}
.overview li{
	position: relative;
	padding:0 5px;
	width:33.33333333333333333%;
	text-align: center;
}
.overview li+li:before{
	content: "";
	position: absolute;
	top:50%;
	left:0;
	margin-top:-12px;
	width:1px;
	height:24px;
	background:#e4e4e4;
}
.overview li span{
	line-height:13px;
	font-size:16px;
	color:#539df0;
	letter-spacing:0px;
}
.overview li p{
	font-size:9px;
	color:#999;
	letter-spacing:0px;
	text-align:center;
}
.footer-wrap{background:#efeff4;}
.footer{
	position: relative;
	padding:10px 15px;
}
.footer:after{
	position: absolute;
	left:15px;
	right:15px;
	top:50%;
	margin-top:-1px;
	content: "";
	height:1px;
	background:#e4e4e4;
	z-index:20;
}
.footer-cont{
	position: relative;
	margin:0 auto;
	width:160px;
	height:14px;
	line-height: 14px;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:center;
	background:#efeff4;
	z-index:21;
}
/* V-user */
.column-box-top{
	position: relative;
	padding:0.4rem 0 0 0.5333333333333333rem;
}
.column-box .column-pic{
	position: absolute;
	top:0.4rem;
	left:0.5333333333333333rem;
	width:73px;
	height:73px;
	border-radius:50%;
	overflow: hidden;
}
.column-box .column-pic img{
	width:100%;
	height:100%;
}
.column-overview{
	padding-left:89px;
	height:73px;
}
.column-info{
	position: relative;
	padding:8px 0.5333333333333333rem  5px 0;
}
.column-info p{
	height: 14px;
	font-size:11px;
	color:#666;
	letter-spacing:0px;
	text-align:left;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
}
.column-info:after{
  	position: absolute;
  	top:auto;
  	right: 0;
  	bottom: -3px;
 	left: 0;
  	z-index: 15;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.column-info:after{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.column-info:after{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
.column-info strong{
	margin-right: 9px;
	line-height:14px;
	font-family:"PingFangSC-Regular","Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	color:#222;
	letter-spacing:-0.37px;
}
.column-overview-box{
	padding-right:0.5333333333333333rem;
	margin-top:10px;
}
.column-overview-box li{
	float: left;
	width:30%;
}
.column-overview-box .num{
	line-height:13px;
	font-family:"PingFangSC-Regular","Helvetica Neue", Helvetica, sans-serif;
	font-size:16px;
	color:#539df0;
	letter-spacing:0px;
}
.column-overview-box .txt{
	font-size:9px;
	color:#999;
	letter-spacing:0px;
	line-height:11px;
	text-align:left;
}
.column-box-middle{
	padding:20px 0.5333333333333333rem 10px;
}
.column-box-middle .column-intro{
	font-size:11px;
	color:#666;
	letter-spacing:0px;
	text-align:left;
}
.column-box-middle .column-intro-txt{
	margin-top:8px;
	line-height:16px;
	font-size:11px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
	word-break: break-all;
}
.column-box-bottom .column-box-bottom-inner{
	position: relative;
	padding:0.4rem 0.5333333333333333rem;
}
.column-box-bottom .column-box-bottom-inner:before{
  	position: absolute;
  	top:0;
  	right: 0;
  	bottom:auto;
 	left: 0;
  	z-index: 15;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.column-box-bottom .column-box-bottom-inner:before{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.column-box-bottom .column-box-bottom-inner:before{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
.column-box-bottom .column-like{
	float: left;
	padding-left:22px;
	height:30px;
	line-height:30px;
	background:url(../images/like-icon@3x.png) left center no-repeat;
	-webkit-background-size:17px 14px;
	background-size:17px 14px;
	font-size:11px;
	color:#bfc3c7;
	letter-spacing:0px;
	text-align:left;
}
.column-box-bottom .column-like.active{
	background:url(../images/like-active-icon@3x.png) left center no-repeat;
	-webkit-background-size:17px 14px;
	background-size:17px 14px;
}
.column-box-bottom .concern-btn,
.column-box-bottom .cancel-btn{
	top:0.4rem;
	right:0.5333333333333333rem;
}
.column-header{
	color:#222;
	position: relative;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    background: #fff;
}
.column-header:after{
  	position: absolute;
  	top:auto;
  	right: 0;
  	bottom:0;
 	left: 0;
  	z-index: 15;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.column-header:after{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.column-header:after{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
/* article detail */
.article-top{
	margin-bottom:0;
	padding: 45px 20px 0px 20px;
}
.article-author{
	position: relative;
	padding:0.4rem 0.5333333333333333rem;
	border:solid #f1f1f1 1px;
}
.article-author .author-info{
	position: relative;
	padding:0 65px 0 45px;
	height:35px;
	overflow: hidden;
}
.article-author .author-info img{
	position: absolute;
	top:0;
	left: 0;
	width:35px;
	height:35px;
	border-radius: 50%;
}
.article-author .author-info p{
	margin-bottom: 3px;
	font-size:13px;
	color:#539df0;
	letter-spacing:0px;
	text-align:left;
}
.article-author .author-info span{
	display: block;
	font-size:11px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-author .article-concern-btn{
	display: block;
	top:50%;
	right:0.5333333333333333rem;
	margin-top:-15px;
}
.cont-item .article-author .article-concern-btn{
	right: 0.4266666666666667rem;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
}
.article-detail-tit{
	margin-top:0.2933333333333333rem;	
	font-size:16px;
	font-weight:700;
	color:#333333;
	letter-spacing:0px;
	/* line-height:24px; */
	text-align:left;
	/* word-break: break-all; */
	word-wrap:break-word;
	margin-bottom: 13px;
	line-height: 23px;
}
.article-audio{
	margin-top:0.3733333333333333rem;
	padding:0.5rem;
	border:solid #f1f1f1 1px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
} 
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform:none;
        transform: none;
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform:translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}
.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
     -webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
   	-ms-backface-visibility: hidden;
   	backface-visibility: hidden;
   	-webkit-perspective: 1000;
   	-moz-perspective: 1000;
   	-ms-perspective: 1000;
   	perspective: 1000;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.foot-nav{
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	height:50px;
	background:#f9f9f9;
	z-index: 998;
}
.foot-nav a{
	padding:9px 0 0;
	float: left;
	width:25%;
	height:50px;
	font-size:10px;
	color:#979797;
	letter-spacing:0px;
	line-height:10px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.foot-nav .nav-icon-box{
	margin:0 auto 3px;
	width:19px;
	height:19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.nav-forward .nav-icon-box{
	background-image:url(../images/foot-nav-index@3x.png);
	-webkit-background-size:85%;
	background-size:85%;
}
.nav-comment .nav-icon-box{
	background-image:url(../images/foot-nav-comment@3x.png);
	-webkit-background-size:85%;
	background-size:85%;
}
.nav-collect .nav-icon-box{
	background-image:url(../images/foot-nav-no-collect@3x.png);
	-webkit-background-size:contain;
	background-size:contain;
}
.nav-collect.active .nav-icon-box{
	background-image:url(../images/foot-nav-collect@3x.png);
	-webkit-background-size:contain;
	background-size:contain;
}
.foot-nav .active.nav-font,
.foot-nav .active.nav-collect{
	color:#539df0;
}
.nav-font .nav-icon-box{
	line-height: 19px;
	font-size:15px;
	color:#979797;
	letter-spacing:0px;
}
.nav-font.active .nav-icon-box{
	color:#539df0;
}
.nav-like .nav-icon-box{
	background-image:url(../images/like-icon@3x.png);
	-webkit-background-size:90%;
	background-size:90%;
}
.nav-like.active .nav-icon-box{
	background-image:url(../images/like-active-icon@3x.png);
	-webkit-background-size:90%;
	background-size:90%;
}
.article-box{
	padding-bottom:50px;
	background:#fff;
}
.article-cont-box{
	/* padding:0.3rem 0.5333333333333333rem 0.5333333333333333rem; */
	padding:4px 20px;
	border-bottom:solid #f1f1f1 1px;
}
.article{
	/*font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    color: #222;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;*/
}
/*文章页面自定义编辑区标签默认样式恢复==========================*/
.article button,.article textarea,.article input,.article object,.article select  { display:inline-block;}
.article ol,.article ul,.article dir,.article menu,.article dd{ margin-left: 40px }
.article i, .article cite,.article em,.article var,.article address{ font-style: italic;}
.article li{ display:list-item }
.article ol{list-style-type: decimal }
.article ol,.article ul{ margin-top: 0; margin-bottom: 0 }
.article h1{ font-size:2em; margin: .67em 0 }
.article h2{ font-size:1.5em; margin: .75em 0 }
.article h3{ font-size:1.17em; margin: .83em 0 }
.article h4, .article p,.article blockquote, .article ul,.article fieldset, .article form,.article ol, .article dl, .article dir,.article menu { margin: 1.12em 0}
.article h5 { font-size:.83em; margin: 1.5em 0 }
.article h6{ font-size:.75em; margin: 1.67em 0 }
.article h1, .article h2, .article h3, .article h4,.article h5, .article h6, .article b,.article strong  { font-weight: bolder }
.article table{ display: table }
.article tr{ display:table-row }
.article thead{ display:table-header-group }
.article tbody{ display:table-row-group }
.article tfoot{ display:table-footer-group }
.article col{ display:table-column }
.article colgroup{ display:table-column-group }
.article td, .article th{ display: table-cell;}
.article caption{ display: table-caption }
.article th{font-weight: bolder; text-align: center }
.article caption{ text-align: center }
.article table{ border-spacing: 2px;}
.article thead, .article tbody,.article tfoot { vertical-align:middle }
.article td, .article th { vertical-align:inherit }
.article blockquote{ margin-left: 40px;margin-right: 40px }
.article pre,.article  tt,.article  code,.article kbd,.article  samp  { font-family: monospace }
.article pre{ white-space: pre}
.article big{ font-size:1.17em }
.article small,.content  sub, .article sup{ font-size: .83em }
.article sub{ vertical-align:sub }
.article sup{ vertical-align:super }
.article s, .article strike, .article del{ text-decoration: line-through }
.article hr{ border: 1px inset }
.article u, .article ins{ text-decoration:underline }
.article center{ text-align: center }
.article abbr,.article  acronym{ font-variant: small-caps; letter-spacing:0.1em }
/*文章页面自定义编辑区标签默认样式恢复==========================*/
.article.f16{
	font-size:16px!important;
}
.article img{
	max-width:100%!important;
	height:auto!important;
}
.article.active{
	font-size:14px!important;
	color:#222;
	letter-spacing:1px;
	line-height:24px;
	text-align:left;
}
.article-footer{
	word-break: break-all;
	word-wrap: break-word;
	padding:20px 0 0;
}
.article-footer p+p{
	margin-top:12px;
}
.article-thanks{
	font-size:12px;
	color:#666;
	letter-spacing:0px;
	line-height:20px;
	text-align:center;
}
.article-time{
	font-family:"SFNSText","PingFangSC-Regular","Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:center;
}
.article-copyright{
	font-size:12px;
	color:#bfc3c7;
	letter-spacing:0px;
	line-height:12px;
	text-align:center;
}
.article-copyright-info{
	font-size:10px;
	color:#bfc3c7;
	letter-spacing:0px;
	line-height:16px;
	text-align:left;
}
.article-opera-box{
	padding:0 0.5333333333333333rem;
	height:50px;
}
.article-opera-box a{
	display: block;
	height:50px;
	line-height:50px;
}
.article-opera-box .look-num{
	padding-left:22px;
	font-size:12px;
	color:#bfc3c7;
	letter-spacing:0px;
	text-align:left;
	background:url(../images/viewicon@3x.png) left center no-repeat;
	-webkit-background-size:18px 13px;
	background-size:18px 13px;
	cursor: pointer;
}
.article-opera-box .comment-write{
	padding-left:23px;
	font-size:12px;
	color:#539df0;
	letter-spacing:0px;
	text-align:left;
	background:url(../images/commenticon@3x.png) left center no-repeat;
	-webkit-background-size:17px 17px;
	background-size:17px 17px;
	cursor: pointer;
}
.comment-tit{
	margin-top:-10px;
	position: relative;
	padding:0 0.5333333333333333rem;
	height:20px;
}
.comment-tit:after{
	content: "";
	position:absolute;
	top:50%;
	left:0;
	margin-top:-1px;
	width:100%;
	height:1px;
	background:#f1f1f1;
	z-index:10;
}
.comment-tit span{
	position: absolute;
	top:0;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:20px;
	line-height: 20px;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:center;
	background:#fff;
	border:solid #f1f1f1 1px;
	border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	z-index:11;
}
.comment-cont{
	
}
.comment-cont li{
	padding:0.5333333333333333rem 0.5333333333333333rem 0.7466666666666667rem;
	background:#fff;
}
.comment-cont li:nth-child(even){
	background:#f9fafc;
}
.comment-item-top{
	position: relative;
	margin-bottom:23px;
	padding-left:34px;
	height:24px;
}
.comment-item .commenter-pic{
	position: absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	border-radius:50%;
}
.comment-item .commenter-name{
	height:24px;
	line-height: 24px;
	font-size:13px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
}
.comment-item .commenter-like{
	position: absolute;
	right:0;
	bottom:0;
	padding-right:23px;
	height:20px;
	line-height: 20px;
	font-family:SFNSText,"Helvetica Neue", Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	letter-spacing:-0.37px;
	text-align:left;
	background:url(../images/like-icon@3x.png) right center no-repeat;
	-webkit-background-size:18px 14px;
	background-size:18px 14px;
}
.comment-item .commenter-like.active{
	background:url(../images/like-active-icon@3x.png) right center no-repeat;
	-webkit-background-size:18px 14px;
	background-size:18px 14px;
}
.comment-item .comment-item-cont{
	line-height:20px;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	text-align:left;
	word-break: break-all;
}
.comment-footer{
	height:31px;
	line-height: 31px;
	opacity:0.5;
	font-size:12px;
	color:#999999;
	letter-spacing:0px;
	text-align:center;
	background:#fff;
}
.audio-wrap{
	position: relative;
	padding-right:73px;
	height:45px;
}
.audio-wrap .audio{
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	z-index:-1;
}
.audio-pause-btn,.audio-play-btn{
	position: absolute;
	right:0;
	top:0;
	width:45px;
	height:45px;
	background:url(../images/pause-icon-gray@3x.png) center center no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	z-index:10;
}
.audio-play-btn{
	background:url(../images/play-icon-gray@3x.png) center center no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.seek-bar{
	position: relative;
	margin-top:20px;
    height: 6px;
}
.seek-bar .load-bar{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #e4eced;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	-webkit-border-radius:10px;
    border-radius: 10px;
}
.seek-bar .play-bar{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	-webkit-border-radius:10px;
    border-radius: 10px;
    background: #838D8F;
}
.player-time{
	font-size:13px;
	color:#838d8f;
	line-height:13px;
	text-align:left;
}
.write-box{
	position:fixed;
	/*-webkit-transform:translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
   	top:0;
   	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:99999;
    -webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
   	-ms-backface-visibility: hidden;
   	backface-visibility: hidden;
   	-webkit-perspective: 1000;
   	-moz-perspective: 1000;
   	-ms-perspective: 1000;
   	perspective: 1000;
   	display: none;
}
.write-box.active{
	z-index:99999;
	bottom:0;
}
.write-opera{
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:50px;
	line-height:50px;
	border-bottom: solid #f1f1f1 1px;
	z-index:1;
}
.write-opera a{
	padding:0 0.5333333333333333rem;
	font-size:14px;
	color:#158cfb;
	letter-spacing:1px;
}
.write-opera p{
	font-size:17px;
	color:#3c3d41;
	letter-spacing:1.21px;
}
.text-area{
	width:100%;
	height:90%;
	padding:1.866666666666667rem 0.5333333333333333rem 0.5333333333333333rem;
	border:0;
	resize : none;
	font-size:16px;
	word-break: break-all;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* whistle page */
.whistle-box .article-author{
	position: relative;
	border: none;
}
.whistle-box .article-author:after{
  	position: absolute;
  	top:auto;
  	right: 0;
  	bottom:0;
 	left:0;
  	z-index: 15;
  	display: block;
  	height: 1px;
  	content: '';
  	background-color: #e4e4e4;
  	-webkit-transform-origin: 50% 0;
      	-ms-transform-origin: 50% 0;
       	 -o-transform-origin: 50% 0;
          	transform-origin: 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	.whistle-box .article-author:after{
	    -webkit-transform: scaleY(.5);
	        -ms-transform: scaleY(.5);
	         -o-transform: scaleY(.5);
	            transform: scaleY(.5);
  	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  	.whistle-box .article-author:after{
	    -webkit-transform: scaleY(.33);
	        -ms-transform: scaleY(.33);
	         -o-transform: scaleY(.33);
	            transform: scaleY(.33);
 	}
}
.whistle-box .whistle-cont{
    padding: 0.4rem 0.5333333333333333rem;
    cursor: pointer;
}
/*.whistle-box .whistle-cont h2{
	line-height:22px;
	font-size:15px;
	color:#222;
	letter-spacing:0px;
	text-align:left;
}
.whistle-box .whistle-cont p{
	margin-top:13px;
	line-height:20px;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
}*/
.whistle-box .article-audio{
	margin-top:18px;
}
.whistle-box:last-child{
	margin-bottom:0;
}
.whistle-box .whistle-view{
	position: relative;
	padding-left:95px;
	height:80px;
}
.whistle-box .whistle-view .tit{
	line-height:22px;
	font-size:15px;
	color:#222;
	letter-spacing:0px;
	text-align:left;
	word-break: break-all;
}
.whistle-box .whistle-view .desc{
	line-height:20px;
	font-size:12px;
	color:#999;
	letter-spacing:0px;
	text-align:left;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
	word-break: break-all;
}
.whistle-box .whistle-vie-pic{
	position: absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	overflow:hidden;
}
.whistle-box .whistle-vie-pic img{
	width:100%;
	height:100%;
}
/* moring read */
.m-read-box{
	position: relative;
	padding:0.7466666666666667rem 0.5333333333333333rem;
}
.m-read-box .m-read-icon{
	position: absolute;
	top:0.7466666666666667rem;
	left:0.5333333333333333rem;
	width:64px;
	height:64px;
	overflow: hidden;
	border-radius:50%;
}
.m-read-box .m-read-icon img{
	width:100%;
	height:100%;
}
.m-read-box .m-read-txt{
	position: relative;
	margin-left:64px;
	height:64px;
	text-align: center;
}
.m-read-box .m-read-txt p{
	line-height:14px;
	font-size:14px;
	color:#999;
	letter-spacing:0px;
}
.m-read-box .m-read-txt .m-read-more{
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-60px;
	width:120px;
	height:24px;
	line-height: 24px;
	background:#8cc6cc;
	border-radius:4px;
	font-size:12px;
	color:#fff;
	letter-spacing:0px;
}
/* find-new page */
.find-container li{
	padding-left:66px;
	height:80px;
	line-height:80px;
	font-size:14px;
	color:#fff;
	letter-spacing:0.38px;
	text-align:left;
}
.msg-column{
	background:#51b8e7 url(../images/findicon_01@3x.png) 21px center no-repeat;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
}
.trade-column{
	background:#4ddbd9 url(../images/findicon_02@3x.png) 21px center no-repeat;
	-webkit-background-size:26px 26px;
	background-size:26px 26px;
}
.info-column{
	background:#e75d51 url(../images/findicon_03@3x.png) 21px center no-repeat;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
}
.college-column{
	background:#f7a716 url(../images/findicon_04@3x.png) 21px center no-repeat;
	-webkit-background-size:26px 21px;
	background-size:26px 21px;
}
.whistle-column{
	background:#fac034 url(../images/findicon_05@3x.png) 21px center no-repeat;
	-webkit-background-size:26px 25px;
	background-size:26px 25px;
}
.take-column{
	background:#fe6e4b url(../images/findicon_06@3x.png) 21px center no-repeat;
	-webkit-background-size:22px 22px;
	background-size:22px 22px;
}
.avtive-column{
	background:#7200e2 url(../images/findicon_07@3x.png) 21px center no-repeat;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
}
.collect-column{
	background:#539df0 url(../images/findicon_08@3x.png) 21px center no-repeat;
	-webkit-background-size:24px 23px;
	background-size:24px 23px;
}
/*专题*/
.comment-box{
	padding-bottom:50px;
	background:#fff;
}
.article-box.vision2{
	margin-bottom:10px;
	padding-bottom:0;
}
.article-box.vision2 .article-detail-tit{
	margin-top:.1rem;
	margin-bottom:10px;
}
.article-box.vision2 .article-audio{
	margin-bottom:10px;
}

/*****ͷ��������ʼ2017-5-25*****/
.common-head-nav{		
	width:100%;
	position: fixed;
    top: 0;
    left:0;
	right: 0;   
    height:44px;	
	padding:0px 10px;
    background: #F7A716;
    z-index: 999;
}
.common-head-nav>div{
	display:inline-block;
	margin-top: 10px;
    vertical-align: middle;
	color:#fff;	
}
.industry,.arrows{
	display:inline-block;	
	font-size:16px;
}
.arrows{
	cursor:pointer;
	}
.industry{
	margin-right:5px;
	}
.mt40{
	margin-top:44px;
}
.input_words input{
	height:25px;
	padding-left:30px;
	width:100%;
	border-radius: 13px;
}
.all_industries{
	width:30%;
	}
.input_words{
	width:46%;
	position:relative;	
	}
.search{
	width:20%;
	text-align:center;
	font-size:16px;
	}
.panel{
	position: fixed;
    top: 44px;
    right: 0px;
    left: 0px;
    z-index: 1000;
	}	
.panel{
	background:rgba(0,0,0,0.8);
	padding:15px 10px 20px 10px;
	display:none;	
	
	}
.panel ul li{
	padding:10px 0px;	
	display:inline-block;
	font-size:14xp;
	}
.panel .top-nav .top-nav-item span{
	color:#fff;
	}	
.panel ul li:nth-child(3n){
	margin-right:0px;
	}
.search_ico{
	position:absolute;	
	top: 5px;
    left: 8px;}
/*****ͷ����������2017-5-25*****/



/****2017-7-13*****/
.clearfix_title{
	width:100%;
	background:#fff;
	height:40px;
	line-height:40px;
	position: fixed;
    top: 40px;
    left: 0;
    right: 0;
	z-index: 1000;
	}
.mw_logo{
	background:#333333;
	height:40px;
	padding-top: 8px;
	text-align:center;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.mw_logo img{
	width: 108px;
}
.banner_title{
	background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: normal;
    width: 100%;
    /* padding: 0px 0px; */
    position: absolute;
    bottom: 0px;
}
.time_surfed{
	position:absolute;
	bottom:0px;
	font-size:8px;
	color:#999999;
}
.banner_title{
	background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: normal;
    width: 100%;
    /* padding: 0px 0px; */
    position: absolute;
    bottom: 0px;
}
/***2017-7-17***/
.top_head{
	background:#333333;
	height: 40px;
	background: #333333;
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.download_now{
	color: #fff;
    margin: 9px 20px 0px 0px;
    font-size: 10px;
    display: inline-block;
    float: right;
    border: 1px solid #fff;
    padding: 2px 8px;
}
.left_logo{
	display: inline-block;
    margin: 8px 0px 0px 20px;
}
.left_logo img{
	width: 108px;
}
.release_time{
	font-size:14px;
	color:#8c8c8c;	
}
.release_time a{
	font-size:14px;
	color:#607fa6;
	display: inline-block;
    margin-left: 10px;
}
.time_surfed{
	font-size: 8px;
    color: #999999;
}
/********2017-8-1***********/
.bottom_banner img{
	width: 100%;
}
.bottom_banner{
	padding:0px 20px;	
}
/********2017-8-1 zws************/
.register_box{
	width: auto;
	background: #f3f3f3;
	margin:0 auto;
	padding:20px 30px;	
}
.register_title {
	font-size: 16px;
	color: #333;
	text-align:center;
}
.send_register_box .register_list {	
	position: relative;
}
.register_list {
	overflow: hidden;
	margin-top: 20px;
	line-height: 36px;
}
.register_list label {
	width: 10%;
	float: left;
}
.register_list label img {
	margin: 10px 0 0 0;
}
.send_register_box .register_text {
	width: 90%;
}
.register_text {
	float: left;
	width: 207px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e2e2e2;
	padding: 0 13px;
}
.register_btn {
	font-size: 16px;
	color: #fff;
	background: url(../images/send_repo1.jpg) no-repeat center top;
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.send_report{
	margin: 60px 0px 10px 0px;
	padding: 5px 20px;
	border-top: 1px solid #e0dede;
}
.pd20{
	padding:0px 20px;
}
.pb30{
	padding-bottom: 30px;
}
.article_a{
	font-size: 16px;
    line-height: 2em;
    color: #595959;
    padding:10px 0px;
}
.footer_wire{
	border-bottom: solid #f1f1f1 1px;
	padding-bottom: 10px;
}
.no-padding{
	padding:0px;
}
.download_pdf{
	background: #333333;
	color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.outline_b{
	padding:20px;
}
/*****2017-8-10********/
.quickmark{
	text-align: center;
}
.quickmark img{
	width: 136px;	
}
.gzcsj{
	display: block;
	font-size:12px;
	color:#333333;
	margin: 12px 0px 20px 0px;
}
.nav_box{
	display:inline-block;
	vertical-align: sub;
	width:73%;
	overflow: auto;

}
.nav_box .top-nav-item{
	width: auto;
	padding: 10px 0;
	float: left;
	margin-left: 2%;
	text-align: center;
}
.nav_length{
	width: 1200px;
}
.nav_amend{
	line-height: initial;
}
.search_amend{
	margin-left:0px!important;
	margin-right: 3%!important;
}
/*********2017-8-17***********/
.article-box .share {
    margin: -33px 20px 0px 0px;
    float: right;
}
.icon-color {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.share .icon-color {
    opacity: .5;
    filter: Alpha(opacity=50);
    background-image: url(../images/social-icon.png);
    background-repeat: no-repeat;
    transition: opacity .3s;
}
.share .icon-color .jiathis_txt {
    display: none!important;
}
.icon-color-sina {
    background-position: 0 -75px;
    margin-left: 8px;   
}

/* iphone5 */
@media (width: 320px) {
	.nav_box .top-nav-item {
		width: auto;
		padding: 10px 0;
		float: left;
		margin-left: 16px;
		text-align: center;
	}
}